home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 1 / CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso / Aminet / comm / tcp / AmiTCPsdk_40.lha / AmiTCP-4.0 / netinclude / syslog.h < prev    next >
C/C++ Source or Header  |  1994-10-03  |  303b  |  13 lines

  1. #ifndef SYSLOG_H
  2. #define SYSLOG_H \
  3.        "$Id: syslog.h,v 4.1 1994/10/03 20:52:20 ppessi Exp $"
  4. /*
  5.  *      Copyright © 1994 AmiTCP/IP Group,
  6.  *                       Network Solutions Development, Inc.
  7.  *                       All rights reserved.
  8.  */
  9.  
  10. #include <sys/syslog.h>
  11.  
  12. #endif /* !SYSLOG_H */
  13.